-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TAS: Update cache on delete Topology. #3615
TAS: Update cache on delete Topology. #3615
Conversation
Skipping CI for Draft Pull Request. |
/test all |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
e4d259c
to
667a1aa
Compare
a88e3f0
to
2d1021c
Compare
@mbobrovskyi please split this PR into two: for delete and update. I think for delete we are almost good to go, for update I need to rethink if we need this complication. And I'm not sure about race conditions for the workload usage, so maybe we just block updating. |
Then, we could cherry-pick probably handling of delete. As for updates I think it is better to block updates for now to reflect the status quo that updates are not supported. Then, we could support updates and relax validation when we are confident about the solution. So I propose:
|
2d1021c
to
aba84b0
Compare
/test all |
aba84b0
to
a600640
Compare
/retest Due to #3626 |
/test pull-kueue-test-integration-main 1/5 |
/test pull-kueue-test-integration-main 2/5 |
/test pull-kueue-test-integration-main 3/5 |
/test pull-kueue-test-integration-main 4/5 |
/test pull-kueue-test-integration-main 5/5 |
3c8e77f
to
3c1aa99
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
LGTM label has been added. Git tree hash: 4a3c79fd9b4b895e4e23eea39130ce4ce232e5ee
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mbobrovskyi, mimowo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release 0.9 |
@mimowo: once the present PR merges, I will cherry-pick it on top of In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@mimowo: cannot checkout In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cherry-pick release-0.9 |
@mimowo: #3615 failed to apply on top of branch "release-0.9":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@mbobrovskyi can you check what are the conflicts and prepare manual cherry-pick if nothing serious? |
We should cherry-pick #3509 first. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fixed bug that doesn't allow to update cache on delete Topology.
Which issue(s) this PR fixes:
Fixes #3614
Special notes for your reviewer:
Does this PR introduce a user-facing change?